|
|
@46d215d
|
2010-06-08T23:43:13Z |
wilmer |
Allow moving contacts around between groups. Works with at least …
|
|
|
@d7db346
|
2010-06-08T22:44:16Z |
wilmer |
Some cleanup improvements.
|
|
|
@c5aefa4
|
2010-06-07T15:39:53Z |
wilmer |
Restore "ops" command completely, and set user op status *just* before …
|
|
|
@36562b0
|
2010-06-07T00:44:45Z |
wilmer |
Added "channel list" command and the ability to use only part of the …
|
|
|
@18da20b
|
2010-06-06T00:33:33Z |
wilmer |
Added /part msgs, and the ability to silently remove users from …
|
|
|
@5a75d15
|
2010-06-05T22:32:36Z |
wilmer |
Chatroom improvements. Merged chatroom stub into normal chatroom …
|
|
|
@cf1a979
|
2010-06-05T01:07:04Z |
wilmer |
Bug fixes, control channel behaviour is mostly okay again.
|
|
|
@2b8473c
|
2010-06-05T00:20:12Z |
wilmer |
Put the control channel settings into user-changeable settings.
|
|
|
@7b71feb
|
2010-05-13T23:34:38Z |
wilmer |
Just enough code to join named chatrooms again. This UI is *not* …
|
|
|
@4c17d19
|
2010-05-10T09:05:26Z |
wilmer |
Fixed irc_channel_name_ok(): One-character channel names are okay, …
|
|
|
@a067771
|
2010-05-09T22:08:30Z |
wilmer |
Per-account channels also exist now.
|
|
|
@13c1a9f
|
2010-05-09T21:52:17Z |
wilmer |
/join &groupname and all people in that group will be in that channel.
|
|
|
@9ac3ed1
|
2010-05-09T17:20:51Z |
wilmer |
First bits for different channel types.
|
|
|
@47fae0f
|
2010-05-09T12:05:50Z |
wilmer |
No. Run the part handler from the IRC /PART command, not from …
|
|
|
@eb37735
|
2010-05-08T23:54:37Z |
wilmer |
This is how you now start groupchats: /join #channel, /invite people.
|
|
|
@b0364dc
|
2010-05-08T13:21:36Z |
wilmer |
Also allow addressing people inside the control channel using a comma.
|
|
|
@bfb99ee
|
2010-05-08T12:13:23Z |
wilmer |
Allow leaving groupchat channels.
|
|
|
@9438323
|
2010-05-04T23:38:18Z |
wilmer |
Use irc_channel_name_ok() and check if a channel with that name …
|
|
|
@9893da3
|
2010-05-03T23:55:33Z |
wilmer |
Add irc_channel_printf() for slightly saner root messages from a …
|
|
|
@1a3ba05
|
2010-05-03T11:55:06Z |
wilmer |
Fixed strncpy() usage, and show error when trying to msg non-existent …
|
|
|
@6a9d068
|
2010-05-03T00:39:39Z |
wilmer |
Restore away_devoice.
|
|
|
@e54112f
|
2010-05-02T23:44:33Z |
wilmer |
Put a channel userlist in irc_channel_user elements so we can save …
|
|
|
@bce78c8
|
2010-05-02T18:48:26Z |
wilmer |
Restored classical control channel behaviour (the ability to talk to …
|
|
|
@57c96f7
|
2010-04-05T01:00:02Z |
wilmer |
Restored the rename command.
|
|
|
@0b5cc72
|
2010-04-05T00:39:04Z |
wilmer |
Send nickname change notifications when necessary.
|
|
|
@fb117aee
|
2010-04-02T02:29:45Z |
wilmer |
Cleaned lots of compiler warnings so I can get some signal again.
|
|
|
@74f1cde
|
2010-03-27T18:05:38Z |
wilmer |
irc_usermsg() works a little bit again. Have to figure out how and …
|
|
|
@280c56a
|
2010-03-27T17:36:47Z |
wilmer |
Added privmsg handlers to users/channels. root commands are coming back.
|
|
|
@b919363
|
2010-03-27T14:31:03Z |
wilmer |
Mode stuff. Also disallow unsetting +R umode which was possible so far …
|
|
|
@83e92bf
|
2010-03-27T12:30:00Z |
wilmer |
Topic handling changes.
|
|
|
@63a520b
|
2010-03-27T03:11:02Z |
wilmer |
Collect that garbage.
|
|
|
@b9e020a
|
2010-03-27T03:04:35Z |
wilmer |
Added JOIN, NAMES and PART commands.
|
|
|
@4be8239
|
2010-03-27T02:39:08Z |
wilmer |
Simple IRC channel interface, use it to represent the control channel.
|