Commit Graph

129 Commits (4a5d8f5344ab95149bc364f42e3b8a78f824a6d2)

Author SHA1 Message Date
Slava Pestov c5160d76e9 Merge qualified, alias, symbols, constants into core 2008-12-17 18:10:01 -06:00
Slava Pestov e0f86889c7 Fixing load-everything for io.files split 2008-12-15 01:13:35 -06:00
William Schlieper 68108818fd irc.ui: Fixed mode stuff 2008-12-07 04:06:52 -05:00
Bruno Deferrari ce6ed41cbe irc.messages: Fix parsing of MODE messages with the mode on the trailing part of the message 2008-12-06 23:27:32 -02:00
Doug Coleman 3ab0d03a19 extra: swap 3append -> glue, remove some >r r> 2008-12-03 19:11:55 -06:00
Bruno Deferrari 3ffc1c34d1 irc.client: Reconnect when the connection drops 2008-12-02 22:39:49 -02:00
Slava Pestov 8e63b4bde5 irc.gitbot: simple IRC bot which tracks git commits, work in progress 2008-12-01 22:31:09 -06:00
Slava Pestov 10238715f0 Fix load error in irc.ui 2008-11-24 00:57:31 -06:00
U-WSCHLIEP-PC\wschliep 72de2ff4fa ui.gadgets.tabs: Fixed error; irc.ui.commands: Added /me 2008-11-22 23:11:44 -05:00
Bruno Deferrari 4281a30c15 irc.client: Fix, mark client as ready after log-in (was being marked as not ready) 2008-11-22 23:46:51 -02:00
Bruno Deferrari ee22964c49 irc.client: correctly handle multiple name-replys 2008-11-12 00:56:01 -02:00
Bruno Deferrari a1137a95f9 Merge branch 'master' of git://factorcode.org/git/factor 2008-10-25 20:43:02 -02:00
Bruno Deferrari d7affa7c50 irc.client: Notify mode change 2008-10-25 20:41:33 -02:00
Bruno Deferrari 14dcf83993 irc.ui: Update to work with the latest irc.client changes 2008-10-05 21:33:53 -02:00
Bruno Deferrari a712fd3d0b irc.client: Rename listeners to chats, rename some words, better handling of channel joins for chats attached before login, fixes, etc 2008-10-05 21:32:21 -02:00
Bruno Deferrari f12357e4e1 irc.client: Fix docs 2008-09-30 03:11:54 -03:00
Bruno Deferrari 177abec11e irc.client: Fix listeners-with-participant 2008-09-30 03:00:48 -03:00
Bruno Deferrari 6e09d7cb63 irc.client: Refactor, clean, etc. Stop using a thread for each listener for output messages 2008-09-28 22:11:58 -03:00
Bruno Deferrari 7c596f6b02 irc.client: Make irc-client have its own nick field, profiles shouldn't be mutated 2008-09-24 00:02:36 -03:00
Bruno Deferrari d256db22d1 irc.client: Fixes, refactoring 2008-09-21 20:46:09 -03:00
Bruno Deferrari d9e0060eb8 irc.messages: Fix `_' word conflict between fry and inverse 2008-09-19 22:14:00 -03:00
Doug Coleman a0a17646c5 dettach -> detach (spelling), fix docs 2008-10-06 15:56:54 -05:00
Doug Coleman 03043a7cfd remove slot 2008-10-06 15:25:17 -05:00
Doug Coleman e42a2d8825 clean up constructor 2008-10-06 15:01:01 -05:00
erg d142b32837 cleaner irc.messages 2008-10-06 14:54:27 -05:00
Bruno Deferrari 0558df4875 Merge branch 'master' of git://factorcode.org/git/factor 2008-09-19 19:50:40 -03:00
U-WSCHLIEP-PC\wschliep 7b8be1222f irc.client: Got rid of the annoying 100% CPU 2008-09-19 18:32:49 -04:00
Bruno Deferrari 4bd73a1eb7 Merge branch 'master' of git://factorcode.org/git/factor
Conflicts:

	extra/irc/messages/messages.factor
2008-09-15 15:28:16 -03:00
Bruno Deferrari c3380865c1 irc.messages: dip 2008-09-11 03:35:34 -03:00
Slava Pestov cf80dd122a Updating code for make and fry changes 2008-09-10 22:11:40 -05:00
Bruno Deferrari d6daf688ad Merge branch 'master' of git://factorcode.org/git/factor 2008-09-08 14:39:28 -03:00
Bruno Deferrari 198e35fac2 irc.messages: Remove nickname/channel distiction 2008-09-07 00:22:18 -03:00
Bruno Deferrari 007c68ab6b irc.messages: handle mode parameters using inverse's switch 2008-09-06 19:29:18 -03:00
Doug Coleman ad890e8a31 if-empty changes 2008-09-06 17:15:25 -05:00
Bruno Deferrari 50e5ffa594 irc.messages: Handle mode messages better, tests 2008-09-06 18:39:00 -03:00
Bruno Deferrari b610e07769 irc.messages: Change the way messages are built when parsed 2008-09-05 02:16:38 -03:00
Bruno Deferrari 7f588bbb84 irc.messages: oops 2008-09-04 01:28:37 -03:00
Bruno Deferrari f936f5f54f irc.messages: use >tuple 2008-09-03 23:56:58 -03:00
Doug Coleman 8ebb7f9be7 fix irc for delegate removal 2008-09-03 12:39:30 -05:00
William Schlieper 7a701c9501 irc.ui: Fixed bug in constructor 2008-08-14 01:24:56 -04:00
William Schlieper 2186999fee irc.ui: Fixed userlist>> bug 2008-08-14 00:52:29 -04:00
William Schlieper 83574cb5ee irc.ui: Removed userlist slot from irc-tab 2008-08-13 20:58:05 -04:00
William Schlieper ca27c897d0 irc.ui: Removed reference to irc.messages.private 2008-08-13 20:52:30 -04:00
William Schlieper 176fb3cebd Merge branch 'master' of git://tiodante.com/git/factor 2008-08-13 20:50:34 -04:00
William Schlieper 8b3ce1ee84 irc:Added whois command, fixed bug in parting 2008-08-13 01:00:26 -04:00
Bruno Deferrari 759a939ecc irc.client: Refactorings 2008-08-12 03:25:13 -03:00
William Schlieper 1ef85fe1bc irc.ui: Various added features 2008-08-11 01:22:26 -04:00
Bruno Deferrari cd77f8ba50 irc.client: Handle nick changes in participant lists and forward to channels with the participant. Forward mode messages to channels. 2008-08-07 23:02:29 -03:00
Bruno Deferrari 1603be0cec irc.client: Improve testing, better handling of participant list changes notifications, fix quit notification. 2008-08-07 22:12:30 -03:00
William Schlieper e253fe06d4 Kick messages now supported 2008-08-04 15:44:40 -04:00